home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / qmsstext.arc / DSZ.DOC < prev    next >
Encoding:
Text File  |  1987-09-08  |  24.1 KB  |  661 lines

  1.  
  2.  
  3.  
  4.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  5.  
  6.  
  7.  
  8.      NAME
  9.           dsz - ZMODEM, True YMODEM(TM), XMODEM file transfer
  10.           subprogram
  11.  
  12.      SYNOPSIS
  13.           dsz [CON] [port N] [speed S] [handshake XX] [d] command
  14.  
  15.      DESCRIPTION
  16.           Dsz uses the ZMODEM, True YMODEM(TM), or XMODEM protocol to
  17.           transfer files over a serial port with a variety of
  18.           programs.
  19.  
  20.           ZMODEM Transfers feature 32 bit CRC, crash recovery, and
  21.           advanced file management.
  22.  
  23.           True YMODEM(TM) transfers preserve exact file length and
  24.           modification time.
  25.  
  26.           Dsz supports XMODEM-1k (XMODEM with 1024 byte blocks,
  27.           sometimes mislabeled YMODEM) and CRC-16 with the sx -k and
  28.           rc commands.
  29.  
  30.           Dsz is derived from Omen Technology's Professional-YAM
  31.           communications software, (also published by POLYTRON Corp of
  32.           Hillsboro Oregon as PowerCom(TM)), and supports a subset of
  33.           Pro-YAM's file transfer related commands.  This
  34.           documentation makes extensive references to contemporary
  35.           editions of the ZCOMM or Pro-YAM manual, and is incomplete
  36.           without it.
  37.  
  38.           Dsz is designed to be called from a communications bulletin
  39.           board program.  Dsz may also be called from other
  40.           communications programs, but the combination lacks much of
  41.           the power of a communications program with integrated
  42.           ZMODEM.
  43.  
  44.           Dsz uses its own modem I/O.  The original interrupt vector,
  45.           UART parity, interrupt configuration, and 8259 interrupt
  46.           mask are restored on exit.
  47.  
  48.           Dsz uses DOS standard output (stdout) for messages, it does
  49.           not write directly to the screen.  Dsz expects its standard
  50.           output to point to the console, a logging file, or NUL, not
  51.           the modem port.  If necessary, dsz's standard output may be
  52.           redirected to the console device with the CON command.  If
  53.           dsz's standard output has been redirected to the modem (as
  54.           with ProComm's Host mode DOS shell), failure to use the CON
  55.           command may lock up the computer.
  56.  
  57.           Dsz exits with 0 status for successful transfers, or the
  58.           value of the Q parameter (default 1) if a file transfer
  59.           failed.  Some languages do not return this information to
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 9/8/87)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  71.  
  72.  
  73.  
  74.           the calling program.  A batch file that calls dsz directly
  75.           may be used to detect the dsz exit status, or dsz's log file
  76.           entries may be examined.
  77.  
  78.      ENVIRONMENT VARIABLES
  79.           DSZLOG
  80.                log file to receive entries for files sent and
  81.                received.  (Default null).  Sample entries:
  82.  
  83.            Z  46532 38400 bps 3324 cps   0 errors    66 1024 DSZ.COM
  84.            Z 124087 19200 bps 1880 cps   0 errors     6 1024 MXY.TMP
  85.  
  86.                Transfer times are based on the DOS time of day clock
  87.                and have one second jitter.  As with all protocol
  88.                throughput reports generated by Omen Technology
  89.                programs (and contrary to the false claims of some
  90.                critics), dsz's throughput figures for ZMODEM, Kermit,
  91.                and True YMODEM(TM) transfers do not take "credit" for
  92.                pathname and/or protocol overhead characters.  Dsz's
  93.                throughput reports do not include the time required to
  94.                send the pathname.  This understates the true time
  95.                required to transfer files, but the time required to
  96.                send the pathname often depends on the alacrity of the
  97.                operator, and thus does not always reflect the
  98.                performance of the protocol itself.
  99.  
  100.                Transfers measuring less than one second are reported
  101.                as having 9999 characters per second throughput.
  102.  
  103.                The unlabeled numeric field after the error (retry)
  104.                count is the number of flow control stoppages
  105.                encountered sending the file.  This number gives an
  106.                indication of flow control restrictions (overloaded
  107.                networks, etc.) encountered during the transfer.
  108.  
  109.                The last numeric field is the block or subpacket length
  110.                used for the last block in the file.
  111.  
  112.                The code letter indicates the type of transfer, Z
  113.                (ZMODEM), S (X/YMODEM), R (X/YMODEM), E (error), or L
  114.                (transfer terminated by loss of data carrier).
  115.           DIRSIZE
  116.                Memory to allocate for wildcard file name expansion,
  117.                default 1495 bytes.
  118.           DSZPORT
  119.                Default communications port override, default 1.
  120.  
  121.      COMMANDS
  122.           Dsz commands are an improper subset of Pro-
  123.           YAM/PowerCom/ZCOMM commands.  Except as noted, all commands
  124.           must be in lower case.
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 9/8/87)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  137.  
  138.  
  139.  
  140.           Unlike ZCOMM, PowerCom, and Pro-YAM, dsz does not support
  141.           ZMODEM AutoDownload and ZMODEM command download with ZMODEM
  142.           security challenge.  (AutoDownload is a pleasant user
  143.           interface that recognizes the start of a file download and
  144.           automatically starts the correct file transfer protocol.
  145.           Please refer to the ZCOMM/PowerCom/Pro-YAM user manual for
  146.           details on this powerful and convenient feature.) Dsz does
  147.           not support OverThruster(TM), Kermit, Kermit AutoDownload,
  148.           Super Kermit, B Protocol, the traditional XMODEM variants
  149.           MODEM7, Telink, WXMODEM, and Clink/SEAlink supported by
  150.           Pro-YAM/PowerCom/ZCOMM.
  151.  
  152.           Interrupt keys:
  153.  
  154.           Ctrl-Break
  155.                Terminates the transfer in progress.
  156.           ALT-N
  157.                Abruptly terminates (NUKES) the transfer in progress.
  158.  
  159.  
  160.           When used, the CON, port, speed, handshake, and d commands
  161.           must be given in the order shown.
  162.  
  163.           CON  Redirect message output to the DOS "CON" (console)
  164.                device, overriding any previous redirections.
  165.           handshake XX
  166.                Enable one of several choices of hardware handshake.
  167.                (The default is XOFF/XON software handshake).  This
  168.                command is documented in the ZCOMM or Pro-YAM manual.
  169.           port N
  170.                select port N (n = 1,2,3,4 ... 8) Default is port 1
  171.                (COM1) or read from the DSZPORT dos environment
  172.                variable.
  173.           speed S
  174.                Set the specified speed.  This command is rarely needed
  175.                because dsk reads the port's current speed by default.
  176.                Please refer to to the FLOW CONTROL, MAIN COMMANDS and
  177.                SOFTWARE COEXISTENCE chapters in the ZCOMM or Pro-YAM
  178.                manual for important information about the speed
  179.                command.
  180.           d    Disables carrier dropout monitoring, for modems that do
  181.                not properly drive the "Data Carrier Detect" input on
  182.                the PC.
  183.           LARG Convert ARG to lower case, then parse arg.
  184.           pxN  Set a numeric parameter x to N.  These parameters are a
  185.                subset of the Pro-YAM or ZCOMM numeric parameters, and
  186.                are listed below.  They assume their defaults each time
  187.                dsz is called.  Without an argument, p displays the
  188.                numeric parameters and their values.
  189.           z pxN
  190.                Set zmodem numeric parameter x to N.  These parameters
  191.                correspond to the Pro-YAM or ZCOMM "zmodem" parameters
  192.  
  193.  
  194.  
  195.      Page 3                                           (printed 9/8/87)
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  203.  
  204.  
  205.  
  206.                and rarely need changing.  These parameters assume
  207.                their defaults each time dsz is called.  Without an
  208.                argument, z p displays the zmodem numeric parameters
  209.                and their values.
  210.           restrict
  211.                Restrict pathnames to the current disk and directory
  212.                tree, and disallows overwriting of existing files.
  213.           t    Talk with ZMODEM AutoDownload.  A small subset of Pro-
  214.                YAM term function subcommands are recognized.  Keyboard
  215.                F1 or ALT-X to exit.  F3 receives file(s) with True
  216.                YMODEMTm, ALT-P toggles parity between the 8N default
  217.                and 8G (enables ANSI "graphics").  ALT-H toggles two
  218.                local echo ("Half Duplex") modes; the second displays a
  219.                newline on Enter.  Keyboarded ASCII characters are sent
  220.                to the modem.  Modem characters print on the screen.  A
  221.                device driver such as ANSI.SYS may be used to recognize
  222.                escape sequences.  ZMODEM AutoDownload detects the
  223.                start of a ZMODEM file download and accepts the file(s)
  224.                without operator intervention.
  225.           sz   [-abenprY+y] [PREFIX=p | ONAME=n] file ...(ZMODEM)
  226.           sb   [-k] [PREFIX=p | ONAME=n] file ...      (YMODEM or
  227.                ZMODEM)
  228.           sx   [-k] file1                    (XMODEM or XMODEM/CRC)
  229.           rz   [-abenpr+Yy] [dir] [file ...] (ZMODEM)
  230.           rb   [-ab+y] [dir] [file ...]      (YMODEM)
  231.           rb -g
  232.                [-ab+y] [dir] [file ...]      (YMODEM-G)
  233.           rc   [-ab+y] file1                 (XMODEM/CRC)
  234.           rx   [-ab+y] file1                 (XMODEM)
  235.  
  236.      PARAMETERS
  237.           Dsz uses the following main numeric parameters, settable
  238.           with the pxN command.  In addition, dsz uses the Pro-
  239.           YAM/ZCOMM zmodem numeric parameters described in the Pro-
  240.           YAM/ZCOMM manual.
  241.  
  242.           B    Set the size of buffer used for disk reads and writes.
  243.                The default is 1024, 8192 maximum.  A larger value may
  244.                give better results when sending files to or from from
  245.                sluggish floppy disk systems.  Too large a value will
  246.                exhaust memory or induce receiver timeouts.  This
  247.                parameter is supported on versions compiled with
  248.                TurboC.
  249.           Q    Error code returned to DOS (default 1).  (Success
  250.                returns 0.) Some programs toss cookies with when
  251.                confronted with certain exit codes.
  252.           S    Timeout in seconds waiting for restraint release (XON
  253.                and/or handshake).
  254.           W    Wait for Enter key before exiting after an error.
  255.                Useful when calling dsz from DESQview, allows the
  256.                window to close unless there is an error message that
  257.                should remain visible.
  258.  
  259.  
  260.  
  261.      Page 4                                           (printed 9/8/87)
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  269.  
  270.  
  271.  
  272.           a    Calibrates certain protocol timeouts used with XMODEM
  273.                and YMODEM transfers (Cybernetic Data Recovery(TM)).
  274.                The a numeric parameter is automatically set to 2000
  275.                for a 4.77 mHz PC or XT, 4000 for a PS2/30, 6000 for an
  276.                8 mHz 1ws AT, and 12000 for a PS2/80.  If your computer
  277.                has a speedup card or otherwise runs unusually fast (or
  278.                slow!) for its type, you should set the a numeric
  279.                parameter to a value that reflects its speed.
  280.           v    Verbose level (debugging output) Negative values
  281.                inhibit some routine messages
  282.           z    Timezone in minutes behind GMT
  283.  
  284.      BACKGROUND OPERATION
  285.           Three DESQview description files are provided to demonstrate
  286.           background operation with modest (66 kb window) memory
  287.           requirements.  Dsz uses tight C/ASM code, table driven CRC
  288.           generators, and buffered receive and transmit for good
  289.           performance in the background without hogging CPU cycles.
  290.           On a QIC Labs PC-AT clone, dsz can download files in the
  291.           background (3 background clock ticks, 9 foreground clock
  292.           ticks) with a throughput better than 9600 bps.
  293.  
  294.           2S   Prompts for file name(s) and sends them with ZMODEM
  295.                protocol.
  296.           2T   Talks to the modem and allows manual YMODEM (F3) or
  297.                automatic ZMODEM downloads.
  298.           2A   Like 2T, but using Quarterdeck's dvansi.com memory
  299.                resident ANSI CRT device driver to process ANSI screen
  300.                codes.  DS.BAT is the batch file used by 2A.
  301.  
  302.                These files are written for port 2 local connection,
  303.                but may be modified to suit your requirements.
  304.  
  305.                Operation at high speed (above 9600 bps) requires the
  306.                DESQview "Optimize communications" performance Advanced
  307.                Setup option.
  308.  
  309.      FLOW CONTROL
  310.           Please refer to the Pro-YAM, PowerCom, or ZCOMM manual FLOW
  311.           CONTROL chapter for important information on flow control
  312.           considerations necessary for proper operation of ZMODEM and
  313.           other streaming protocols with buffered (error correcting)
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.      Page 5                                           (printed 9/8/87)
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  335.  
  336.  
  337.  
  338.           modems and/or networks.
  339.  
  340.      EXAMPLES
  341.           dsz sz c:foo.* b:*.c          (send files)
  342.  
  343.           dsz sz -r zmodem.arc          (CRASH RECOVERY: resume
  344.           interrupted transfer)
  345.  
  346.           dsz handshake both sz zmodem.arc        (Hardware+Software
  347.           handshake)
  348.  
  349.           dsz sz -n *.*                 (send files that are newer or
  350.           rx has no copy)
  351.  
  352.           dsz sz -Yn *.*                (Only send files that are
  353.           newer than receiver's copy)
  354.                                                   (Do not send files
  355.           that do not exist on receiver's disk)
  356.  
  357.           dsz rz C:/UPLOADS             (receive files to specified
  358.           directory)
  359.  
  360.           dsz port 2 speed 38400 restrict rz
  361.  
  362.           dsz rz  -y prog.arc           (ZMODEM, single file pathname
  363.           override)
  364.  
  365.           dsz z pr1 rx foo.dat          (XMODEM receive, remove file
  366.           if error)
  367.  
  368.           DSZ LRC L-Y NEWPROG.ARC       (generate lower case "rc -y"
  369.           command)
  370.  
  371.           dsz pv2 sz foo >debug.dmp     (Debugging data dump)
  372.  
  373.      ERROR MESSAGES
  374.           Dsz's error messages are a subset of Pro-YAM's error
  375.           messages which are listed in the Pro-YAM manual.  A
  376.           perplexing, cryptic message comes from the Microsoft C
  377.           Library: "Permission denied".  This may be caused by
  378.           attempts to modify a read only file or directory.
  379.  
  380.           A furtive flashing appearance of "XOFF" or "FLOW" during
  381.           ZMODEM or YMODEM-g file sending signifies dsz is responding
  382.           to flow control restraint.  This is normal operation when
  383.           buffered modems or packet switched networks are used.
  384.           ZMODEM's robustness and reliability allow creative users to
  385.           transfer files over unusual multiple computer lash-ups,
  386.           causing modem data lights and computer status displays to
  387.           dance in unfamiliar rhythms.
  388.  
  389.      SEE ALSO
  390.  
  391.  
  392.  
  393.      Page 6                                           (printed 9/8/87)
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  401.  
  402.  
  403.  
  404.           Consult the Professional-YAM, PowerCom, or ZCOMM manual
  405.           chapter "OPTIONS FOR FILE TRANSFERS" for option meanings.
  406.           The "FILE TRANSFER BASICS" chapter explains the relative
  407.           merits of XMODEM, YMODEM, ZMODEM, and other protocols and
  408.           gives tips on their use.  The "MAIN COMMANDS" chapter
  409.           describes the rb, rx, rc, rz, sb, and sz commands.  The
  410.           "MODEM INTERFACING" and "FLOW CONTROL" chapters contain
  411.           important information on the use of buffered modems with
  412.           dsz.
  413.  
  414.           Information on the ZMODEM Inter Application File Transfer
  415.           Protocol may be found in ZMODEM.DOC, part of ZMODEM.ZOO.
  416.  
  417.           C Source code for XMODEM, YMODEM, and ZMODEM transfers is
  418.           included in RZSZ.ZOO.  This file includes a Pro-YAM/ZCOMM
  419.           script to upload a bootstrap file to a Unix system, force
  420.           its compilation, and (if the compilation is successful)
  421.           upload the rz/sz source files.
  422.  
  423.      NOTES
  424.           Some XMODEM programs claiming to support YMODEM do not send
  425.           or accept the YMODEM pathname block.  1024 byte XMODEM is
  426.           XMODEM-1k, not YMODEM.  1987 versions of YMODEM.DOC clarify
  427.           the official YMODEM definition.
  428.  
  429.           When running under ProComm's Host mode, failure to use the
  430.           CON command may lock up the computer.  ProComm must be set
  431.           to "8N1" to prevent it from disrupting DSZ.
  432.  
  433.           When installing dsz on a bulletin board or host system, be
  434.           sure to check for proper operation when the caller hangs up
  435.           while a file is being sent or recieved.
  436.  
  437.           Currently, Only the TurboC version supports file sharing
  438.           (shared read access on files sent by  dsz).  Some bulletin
  439.           board interface routines do not call dsz to send a file
  440.           until they have verified the file's existience by opening
  441.           the file.  If this checking is done in MS-DOS's default
  442.           exclusive open mode, dsz's file sharing will be defeated.
  443.  
  444.           32 bit CRC code courtesy Gary S. Brown.
  445.  
  446.           Cybernetic Data Recovery(TM), Error Containment(TM),
  447.           OverThruster(TM), Password Guardian(TM), CryptoScript(TM),
  448.           and TurboDial(TM) are Omen Technology trademarks.
  449.  
  450.           PowerCom was trademarked in 1985 by POLYTRON Corporation,
  451.           Hillsboro Oregon.
  452.  
  453.           Dsz and this documentation are Copyright 1987 by Omen
  454.           Technology Inc, all rights reserved.  True YMODEM(TM) is an
  455.           Omen Technology Trademark signifying YMODEM protocol support
  456.  
  457.  
  458.  
  459.      Page 7                                           (printed 9/8/87)
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  467.  
  468.  
  469.  
  470.           that meets the full YMODEM specification.
  471.  
  472.      FILES
  473.           ZCOMMDOC.ARC, ZCOMMEXE.ARC, ZCOMMHLP.ARC, ZMODEM.ZOO
  474.           (zmodem.arc), RZSZ.ZOO (rzsz.arc) (Unix/Xenix source code),
  475.           2S-PIF.DVP, 2A-PIF.DVP, DS.BAT, 2T-PIF.DVP DSZ.COM, DSZ.DOC
  476.           (this file).
  477.  
  478.           DSZ.EXE compiled with the Xenix to DOS XC provides
  479.           moderately higher maximum throughput (1700 vs 1300 cps
  480.           downloading to a 4.77 mHz XT).  The speed difference is a
  481.           function of the compiler, the source code is the same.  The
  482.           Xenix XC version requires more memory, and does not support
  483.           file sharing or a large I/O buffer.  This version is
  484.           available in DSZEXE.ZOO.
  485.  
  486.           ZCOMM and Pro-YAM also run at a higher speed than DSZ.
  487.  
  488.           Incompatible batch files may cause dsz to fail.
  489.  
  490.      LICENSE
  491.           Dsz is a user supported program written by Chuck Forsberg.
  492.           This documentation file must be provided with all copies of
  493.           DSZ except by written permission from Omen Technology Inc.
  494.           Dsz may not be modified, patched, hacked, disassembled,
  495.           decompiled, or otherwise reverse engineered, or sold,
  496.           without prior written permission by Omen Technology Inc.
  497.           Distribution of dsz in an archive without this documentation
  498.           file constitutes an unauthorized modification.
  499.  
  500.           When dsz is distributed on disk, a contemporary copy of
  501.           ZCOMMDOC.ARC must be included on the same disk.
  502.  
  503.           Dsz may be freely used and copied by bulletin board systems
  504.           which feature the ZCOMM files (ZCOMMEXE.ARC, ZCOMMDOC.ARC,
  505.           ZCOMMHLP.ARC) for downloading.  Dsz may be registered
  506.           without charge by sending your bulletin board's telephone
  507.           number and a valid login to
  508.  
  509.                  Omen Technology Inc.
  510.                  P.O. Box 4681
  511.                  Portland, OR 97231.
  512.  
  513.           Dsz registration and a diskette with current versions of the
  514.           ZCOMM files will be mailed upon validation.
  515.  
  516.           Other users may register their copy of dsz with a check for
  517.           $20.00 sent to the same address.
  518.  
  519.           The registration package includes a serial number and
  520.           installation program which bypasses the opening
  521.           advertisement.
  522.  
  523.  
  524.  
  525.      Page 8                                           (printed 9/8/87)
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  533.  
  534.  
  535.  
  536.           The putsnp program inserts YOUR DSZ, ZCOMM, PowerCom, or
  537.           Pro-YAM Serial Number Password (SNP) into you copy of DSZ:
  538.                  putsnp dsz.com
  539.           Putsnp accepts your SNP and asks appropriate questions
  540.           before inserting the SNP.
  541.  
  542.           The only legitimate way to disable the opening advertisement
  543.           in dsz is to insert an authorized SNP obtained from Omen
  544.           Technology into dsz with the putsnp program.  Any other
  545.           suppression or modification of the opening screen is
  546.           illegal, unethical, and prohibited.
  547.  
  548.           Distribution of programs and/or instructions on how to
  549.           modify, patch, disassemble, decompile, or otherwise reverse
  550.           engineer dsz without prior written permission by Omen
  551.           Technology Inc constitutes theft and violation of federal
  552.           copyright law, and will be referred to the FBI for
  553.           investigation and prosecution under federal conspiricy
  554.           statutes.  Applicable RICO law provides for treble damages
  555.           and recovery of attorney's fees.
  556.  
  557.      CHANGES
  558.           Protocol transfer timing has been modified to depend less on
  559.           the "a" numeric parameter.  The procedure described in some
  560.           editions of the Pro-YAM manual for adjusting the "a" numeric
  561.           parameter does not apply to current software versions.
  562.  
  563.           Versions after March 1987 buffer both transmitted and
  564.           received data, providing enhanced throughput with multi
  565.           tasking systems such as DESQview.
  566.  
  567.           Versions compiled with TurboC support the B numeric
  568.           parameter and code to allow file sharing on transmitted
  569.           files.
  570.  
  571.           The t (Talk) command and W parameter have been added to make
  572.           background operation with DESQview more pleasant.
  573.  
  574.           The 7-20-87 version corrects a bug in the ZMODEM protocol
  575.           that could allow a CRC error near the end of file to induce
  576.           a protocol breakdown.  All previous versions of DSZ should
  577.           be replaced.
  578.  
  579.           The 7-22-87 version uses the TurboC Tiny model to allow the
  580.           program to run in less memory.
  581.  
  582.           The 8-02-87 version adds the "Q" numeric parameter for the
  583.           benefit of certain programs that choke when a subprogram
  584.           exits with a 1 code.  Turbo C versions now use the "B"
  585.           numeric parameter for binary downloads.  The UART parity
  586.           setting is restored on exit.
  587.  
  588.  
  589.  
  590.  
  591.      Page 9                                           (printed 9/8/87)
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.      DSZ(DOS)                 Omen Technology                 DSZ(DOS)
  599.  
  600.  
  601.  
  602.           The "Y" option and three log file fields were added to the
  603.           8-09-87 version.
  604.  
  605.           Recovery from line hits concident with skipping files and
  606.           XMODEM-CRC fallback to checksum were fixed in the 8-21-87
  607.           version.  The sz command fallback to YMODEM has been
  608.           eliminated to improve reliability.
  609.  
  610.           The 9-03-87 version suppresses the free disk space check for
  611.           received files if a disk or directory override is specified.
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.      Page 10                                          (printed 9/8/87)
  658.  
  659.  
  660.  
  661.